const runtime._GCoff

15 uses

	runtime (current package)
		arena.go#L672: 	if gcphase != _GCoff {
		arena.go#L864: 	if gcphase == _GCoff {
		malloc.go#L1184: 	if gcphase != _GCoff {
		mfinal.go#L95: 	if gcphase != _GCoff {
		mgc.go#L228: 	_GCoff             = iota // GC not running; sweeping in background, write barrier disabled
		mgc.go#L570: 	if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
		mgc.go#L989: 		setGCPhase(_GCoff)
		mgc.go#L1003: 	if gcphase != _GCoff {
		mgc.go#L1549: 	if gcphase != _GCoff {
		mgcpacer.go#L1431: 	if gcphase != _GCoff {
		mgcwork.go#L471: 	if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
		mheap.go#L1956: 		if gcphase != _GCoff {
		proc.go#L5125: 	if gcphase != _GCoff {
		stack.go#L244: 	if gcphase == _GCoff && s.allocCount == 0 {
		stack.go#L494: 		if gcphase == _GCoff {